GATE CSE 2009


Q31.

Which one of the following in NOT necessarily a property of a Group?
GateOverflow

Q32.

The keys 12, 18, 13, 2, 3, 23, 5 and 15 are inserted into an initially empty hash table of length 10 using open addressing with hash function h(k) = k mod 10 and linear probing. What is the resultant hash table?
GateOverflow

Q33.

Consider a binary max-heap implemented using an array. Which one of the following array represents a binary max-heap?
GateOverflow

Q34.

Consider a binary max-heap implemented using an array. What is the content of the array after two delete operations on {25,14,16,13,10,8,12}
GateOverflow

Q35.

A CPU generally handles an interrupt by executing an interrupt service routine
GateOverflow

Q36.

Match all items in Group 1 with correct options from those given in Group 2.
GateOverflow

Q37.

How many 32K x 1 RAM chips are needed to provide a memory capacity of 256Kbytes?
GateOverflow

Q38.

Consider the following graph: Which one of the following is NOT the sequence of edges added to the minimum spanning tree using Kruskal's algorithm?
GateOverflow

Q39.

The above DFA accepts the set of all strings over {0,1} that
GateOverflow

Q40.

Which one of the following is FALSE?
GateOverflow